home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 544 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: sdrc.com!thor!scjones
  2. From: larry.jones@sdrc.com (Larry Jones)
  3. Newsgroups: comp.std.c
  4. Subject: Re: Multibyte and wide-character support
  5. Date: 11 Mar 1996 15:50:12 GMT
  6. Organization: SDRC Engineering Services
  7. Distribution: world
  8. Message-ID: <4i1i3k$5vj@info1.sdrc.com>
  9. References: <4he9gg$m9l@pentagon.io.com>
  10. NNTP-Posting-Host: thor.sdrc.com
  11. Originator: scjones@thor
  12.  
  13. In article <4he9gg$m9l@pentagon.io.com>, jamshid@io.com (Jamshid Afshar) writes:
  14. > Why aren't there wchar_t versions of functions like atoi() strtod()?
  15.  
  16. There are!  X3J11 was breaking ground in this area (I don't know of any
  17. other language standard that addressed these issues before C did) and
  18. they weren't sure that they knew enough to specify a complete library,
  19. nor did they want to delay issuing the standard until they were sure,
  20. so the original standard contained only the most basic multibyte and
  21. wide character functions.  After the standard was issued, work continued
  22. (primarily in Japan where they have a lot of experience working with
  23. multibyte and wide characters) which resulted in Ammendment 1 to the C
  24. Standard that adds wide character versions of most of the character,
  25. string, and I/O functions.
  26. ----
  27. Larry Jones, SDRC, 2000 Eastman Dr., Milford, OH  45150-2789  513-576-2070
  28. larry.jones@sdrc.com
  29. Somebody's always running my life.  I never get to do what I want to do.
  30. -- Calvin
  31.